home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / RZToDoList / Source / English.lproj / RZToDoList.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  1.2 KB  |  44 lines

  1. ToDoController = {
  2.     ACTIONS = {
  3.     "appDidInit:" = "appDidInit:"; 
  4.     "appWillTerminate:" = "appWillTerminate:"; 
  5.     "clean:" = "clean:"; 
  6.     "clear:" = "clear:"; 
  7.     "dirty:" = "dirty:"; 
  8.     "doubleClick:" = "doubleClick:"; 
  9.     "info:" = "info:"; 
  10.     "inspector:" = "inspector:"; 
  11.     "modify:" = "modify:"; 
  12.     "new:" = "new:"; 
  13.     "remove:" = "remove:"; 
  14.     "save:" = "save:"; 
  15.     "singleClick:" = "singleClick:"; 
  16.     "timestamp:" = "timestamp:"; 
  17.     "toggleShowCompleted:" = "toggleShowCompleted:"; 
  18.     "toggleShowPending:" = "toggleShowPending:"; 
  19.     "toggleShowPrivate:" = "toggleShowPrivate:"; 
  20.     }; 
  21.     OUTLETS = {
  22.     addButton = addButton; 
  23.     bodyBox = bodyBox; 
  24.     browser = browser; 
  25.     clearButton = clearButton; 
  26.     dateField = dateField; 
  27.     infoPanel = infoPanel; 
  28.     inspector = inspector; 
  29.     modifyButton = modifyButton; 
  30.     optionsPanel = optionsPanel; 
  31.     priorityField = priorityField; 
  32.     removeButton = removeButton; 
  33.     splitView = splitView; 
  34.     subjectField = subjectField; 
  35.     theText = theText; 
  36.     todoList = todoList; 
  37.     window = window; 
  38.     }; 
  39.     SUPERCLASS = Object; 
  40. };
  41. ToDoBrowser = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = NXBrowser; };
  42. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  43. SuperText = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Text; };
  44.